home *** CD-ROM | disk | FTP | other *** search
- // devnotes.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDialogDevelNotes dialog
-
- class CDialogDevelNotes : public CDialog
- {
- // Construction
- public:
- CDialogDevelNotes(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDialogDevelNotes)
- enum { IDD = IDD_DEVELNOTES };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDialogDevelNotes)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CDialogDevelNotes)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-